Skip to main content
Version: 1.x.x

ClientResponseSuccessType


import { ClientResponseSuccessType } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:18

Preview

type ClientResponseSuccessType<GenericDataType> = [GenericDataType, null, number | null];

Structure

[GenericDataType, null, number | null]